#include <linear_matrix_solver_implementation.hpp>
Public Types | |
typedef BaseLinearMatrixSolverInterface < T, I >::MatrixType | MatrixType |
Public Member Functions | |
LinearMatrixSolverImplementation (const MatrixType &A) | |
Default constructor. | |
~LinearMatrixSolverImplementation (void) | |
Destructor. | |
MatrixType * | solve (const MatrixType &B) const |
Solve w/ the specified RHS Matrix, return (dense) Matrix. |
typedef BaseLinearMatrixSolverInterface<T, I>::MatrixType gridpack::math::LinearMatrixSolverImplementation< T, I >::MatrixType |
Reimplemented from gridpack::math::BaseLinearMatrixSolverInterface< T, I >.
Reimplemented in gridpack::math::BasicLinearMatrixSolverImplementation< T, I >.
gridpack::math::LinearMatrixSolverImplementation< T, I >::LinearMatrixSolverImplementation | ( | const MatrixType & | A | ) |
Default constructor.
References gridpack::utility::Configurable::Configurable(), and gridpack::utility::Configurable::configurationKey().
gridpack::math::LinearMatrixSolverImplementation< T, I >::~LinearMatrixSolverImplementation | ( | void | ) |
Destructor.
MatrixType* gridpack::math::LinearMatrixSolverImplementation< T, I >::solve | ( | const MatrixType & | B | ) | const |
Solve w/ the specified RHS Matrix, return (dense) Matrix.
Reimplemented from gridpack::math::BaseLinearMatrixSolverInterface< T, I >.